[Cxplorer-cvs 01152] CVS update: libcxp/src

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 5月 19日 (木) 02:33:07 JST


Index: libcxp/src/cxp-utils.c
diff -u libcxp/src/cxp-utils.c:1.12 libcxp/src/cxp-utils.c:1.13
--- libcxp/src/cxp-utils.c:1.12	Thu May 19 01:40:45 2005
+++ libcxp/src/cxp-utils.c	Thu May 19 02:33:07 2005
@@ -1,4 +1,4 @@
-/* $Id: cxp-utils.c,v 1.12 2005/05/18 16:40:45 yasumichi Exp $ */
+/* $Id: cxp-utils.c,v 1.13 2005/05/18 17:33:07 yasumichi Exp $ */
 /**
  * \if japanese
  * @file
@@ -6,7 +6,7 @@
  *
  * @author 赤星 柔充
  * @date Fri Jan 21 2005
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
  * \endif
  * \if english
  * @file
@@ -14,7 +14,7 @@
  *
  * @author Yasumichi Akahoshi
  * @date Fri Jan 21 2005
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
  * \endif
  */
 
@@ -406,5 +406,5 @@
 	GTimeVal time_val;
 
 	g_get_current_time (&time_val);
-	return g_strdup_printf("%ld", time_val.tv_usec - 998000000);
+	return g_strdup_printf("%ld", time_val.tv_sec);
 }


Cxplorer-cvs メーリングリストの案内
Back to archive index