]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix btape compile problem
authorKern Sibbald <kern@sibbald.com>
Tue, 27 Jul 2004 09:10:50 +0000 (09:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 27 Jul 2004 09:10:50 +0000 (09:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1491 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/btape.c
bacula/src/version.h

index 99c24113dd631cb6ec570ab6c5eb232d106f15b2..ae8fb127410cc330359441224929873909827fdd 100644 (file)
@@ -168,7 +168,9 @@ int main(int margc, char *margv[])
       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) {
index 9c5c2795b6a28fcfb6096f2331adb0e251e364fd..8623f08e1b1a2f983ed0b56e55431e41e6423741 100644 (file)
@@ -1,8 +1,8 @@
 /* */
 #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