diff options
Diffstat (limited to 'news/nget/files/patch-aa')
-rw-r--r-- | news/nget/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nget/files/patch-aa b/news/nget/files/patch-aa new file mode 100644 index 000000000000..9da75aeebd40 --- /dev/null +++ b/news/nget/files/patch-aa @@ -0,0 +1,12 @@ +*** misc.cc.org Thu Jun 26 17:04:21 2003 +--- misc.cc Thu Jun 26 17:04:35 2003 +*************** +*** 162,167 **** +--- 162,168 ---- + #endif + template string durationstr(ulong); + template string durationstr(long); ++ template string durationstr(int); + + char *text_month[13]={"Jan", "Feb", "Mar", "Apr", + "May", "Jun", "Jul", "Aug", |