X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Foptr.c;fp=dump%2Foptr.c;h=8afe500de71172260c25269ffc22eb052c660e01;hp=2d898800df91f336c54736fd1db1d30ce5406716;hb=28ba5caee0ed25d3b38da769967173e5710bc10c;hpb=cc7747ebe3cb5b31e059155a8bb1ee4cecc67236 diff --git a/dump/optr.c b/dump/optr.c index 2d89880..8afe500 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.37 2003/04/10 07:59:05 stelian Exp $"; + "$Id: optr.c,v 1.38 2004/04/21 08:55:51 stelian Exp $"; #endif /* not lint */ #include @@ -620,7 +620,7 @@ print_wmsg(char arg, int dumpme, const char *dev, int level, date = (char *)ctime(&ddate); d = strchr(date, '\n'); if (d) *d = '\0'; - printf("Level %c, Date %s\n", level, date); + printf("Level %d, Date %s\n", level, date); } else printf("never\n"); }