Parcourir la source

* Made buildts (const)

svn: 284
Bryan Drewery il y a 22 ans
Parent
commit
6c5d3853dd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -81,7 +81,7 @@ extern jmp_buf		 alarmret;
 int role;
 int loading = 0;
 
-int buildts = CVSBUILD;		/* build timestamp (UTC) */
+const int buildts = CVSBUILD;		/* build timestamp (UTC) */
 char	egg_version[1024] = "1.0.11";
 int	egg_numver = 1001100;
 time_t lastfork=0;