Bryan Drewery hace 22 años
padre
commit
fa4f5153e6
Se han modificado 1 ficheros con 2 adiciones y 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