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.

20 lines
623 B

  1. --- a/src/minicom.c
  2. +++ b/src/minicom.c
  3. @@ -1248,7 +1248,7 @@ int main(int argc, char **argv)
  4. switch(c) {
  5. case 'v':
  6. printf(_("%s version %s"), PACKAGE, VERSION);
  7. -#ifdef __DATE__
  8. +#if 0
  9. printf(_(" (compiled %s)"), __DATE__);
  10. #endif
  11. printf("\n");
  12. @@ -1580,7 +1580,7 @@ int main(int argc, char **argv)
  13. mc_wprintf(us, "\n%s %s\r\n", _("Welcome to minicom"), VERSION);
  14. mc_wprintf(us, "\n%s: %s\r\n", _("OPTIONS"), option_string);
  15. -#if defined (__DATE__) && defined (__TIME__)
  16. +#if 0
  17. mc_wprintf(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__);
  18. #endif
  19. {