Imported Upstream version 2.6.1
[debian/amanda] / common-src / timestamp.c
index dfeec75ce9100e01eccb70460da828bbd63f7ca7..0c2e6c1513447411551d31e009edaa490858b78e 100644 (file)
@@ -60,6 +60,7 @@ char * get_timestamp_from_time(time_t when) {
 }
 
 char * get_proper_stamp_from_time(time_t when) {
+    /* note that this is reimplemented in perl in perl/Amanda/Util.swg */
     if (getconf_boolean(CNF_USETIMESTAMPS)) {
         return get_timestamp_from_time(when);
     } else {