shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Mon, 13 Mar 2006 14:06:02 +0100

Update of /home/jas/self/public-cvs/shishi/lib
In directory latte:/home/jas/self/src/shishi/lib

Modified Files:
        safe.c 
Log Message:
Fix.


--- /home/jas/self/public-cvs/shishi/lib/safe.c 2006/02/07 12:48:57     1.34
+++ /home/jas/self/public-cvs/shishi/lib/safe.c 2006/03/13 13:05:53     1.35
@@ -75,7 +75,7 @@
     return rc;
 
   rc = gettimeofday (&tv, NULL);
-  if (!rc)
+  if (rc != 0)
     return SHISHI_GETTIMEOFDAY_ERROR;
 
   asprintf (&usec, "%ld", tv.tv_usec % 1000000);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]