Bryan Drewery %!s(int64=22) %!d(string=hai) anos
pai
achega
fa4f5153e6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/egg_timer.h

+ 2 - 2
src/egg_timer.h

@@ -4,8 +4,8 @@
 #include "types.h"
 
 typedef struct egg_timeval_b {
-	int sec;
-	int usec;
+	long sec;
+	long usec;
 } egg_timeval_t;
 
 #define TIMER_REPEAT 1