[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-commits
Subject:    [Bacula-commits] SF.net SVN: bacula:[8386]
From:       ricozz () users ! sourceforge ! net
Date:       2009-01-20 15:34:31
Message-ID: E1LPIcZ-0002Fa-AE () dn4whf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 8386
          http://bacula.svn.sourceforge.net/bacula/?rev=8386&view=rev
Author:   ricozz
Date:     2009-01-20 15:34:31 +0000 (Tue, 20 Jan 2009)

Log Message:
-----------
ebl  fmtint prototype uses INT64 instead of long

Modified Paths:
--------------
    trunk/bacula/src/win32/compat/print.cpp

Modified: trunk/bacula/src/win32/compat/print.cpp
===================================================================
--- trunk/bacula/src/win32/compat/print.cpp	2009-01-20 15:33:17 UTC (rev 8385)
+++ trunk/bacula/src/win32/compat/print.cpp	2009-01-20 15:34:31 UTC (rev 8386)
@@ -340,7 +340,7 @@
             case 'p':
                 strvalue = (char *) va_arg(args, void *);
                 flags |= DP_F_UNSIGNED;
-                fmtint(buffer, &currlen, maxlen, (long) strvalue, 16, min, max,
+                fmtint(buffer, &currlen, maxlen, (INT64) strvalue, 16, min, max,
                        flags, outch);
                 break;
             case 'n':


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Bacula-commits mailing list
Bacula-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic