Index: /zzuf/trunk/src/zzuf.c
===================================================================
--- /zzuf/trunk/src/zzuf.c	(revision 4282)
+++ /zzuf/trunk/src/zzuf.c	(revision 4283)
@@ -334,5 +334,5 @@
             if(myoptarg[0] == '=')
                 myoptarg++;
-            opts->maxtime = (int64_t)atoll(myoptarg) * 1000000;
+            opts->maxtime = (int64_t)atoi(myoptarg) * 1000000;
             break;
 #if defined HAVE_SETRLIMIT && defined ZZUF_RLIMIT_CPU
