92036f1
Index: src/environment.cpp
92036f1
===================================================================
92036f1
--- src/environment.cpp	(revision 2573)
92036f1
+++ src/environment.cpp	(working copy)
92036f1
@@ -76,7 +76,7 @@
92036f1
 #ifdef SVN_REVISION
92036f1
     jd_version << get_svn_revision( SVN_REVISION );
92036f1
 #else
92036f1
-    jd_version << get_svn_revision();
92036f1
+    jd_version << get_svn_revision( NULL );
92036f1
 #endif // SVN_REVISION
92036f1
 
92036f1
 #else