You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
428 B

--- a/pico/blddate.c
+++ b/pico/blddate.c
@@ -28,6 +28,7 @@ main(argc, argv)
exit(1);
}
+/*
time(&ltime);
t = localtime(&ltime);
fprintf(outfile,"char datestamp[]=\"%02d-%s-%d\";\n", t->tm_mday,
@@ -46,6 +47,7 @@ main(argc, argv)
1900 + t->tm_year);
fprintf(outfile, "char hoststamp[]=\"random-pc\";\n");
+*/
fprintf(outfile, "char configoptions[] = \"\";\n");
fclose(outfile);