X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Ftimestamp.c;fp=common-src%2Ftimestamp.c;h=0c2e6c1513447411551d31e009edaa490858b78e;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=dfeec75ce9100e01eccb70460da828bbd63f7ca7;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/common-src/timestamp.c b/common-src/timestamp.c index dfeec75..0c2e6c1 100644 --- a/common-src/timestamp.c +++ b/common-src/timestamp.c @@ -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 {