git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1491 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
       Pmsg3(-1, "32 bit printf/scanf problem. i=%d x32=%u y32=%u\n", i, x32, y32);
       exit(1);
    }
-   x64 = 123456789012345678;
+   x64 = 123456789;
+   x64 = x64 << 32;
+   x64 += 123456789;
    bsnprintf(buf, sizeof(buf), "%" llu, x64);
    i = bsscanf(buf, "%llu", &y64);
    if (i != 1 || x64 != y64) {
 
 /* */
 #undef  VERSION
 #define VERSION "1.35.1"
-#define BDATE   "24 July 2004"
-#define LSMDATE "24Jul04"
+#define BDATE   "26 July 2004"
+#define LSMDATE "26Jul04"
 
 /* Debug flags */
 #undef  DEBUG