Changeset 1126
- Timestamp:
- 04/29/09 13:03:04 (3 years ago)
- Files:
-
- trunk/tools/rdmd.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/rdmd.d
r1100 r1126 349 349 std.format, std.functional, std.getopt, std.intrinsic, std.iterator, 350 350 /*std.loader,*/ std.math, std.md5, std.metastrings, std.mmfile, 351 std.numeric, std.o penrj, std.outbuffer, std.path, std.perf, std.process,351 std.numeric, std.outbuffer, std.path, std.perf, std.process, 352 352 std.random, std.range, std.regex, std.regexp, std.signals, std.socket, 353 353 std.socketstream, std.stdint, std.stdio, std.stdiobase, std.stream, … … 379 379 // Clean pathname 380 380 enum lifetimeInHours = 24; 381 auto cutoff = getUTCtime - 60 * 60 * lifetimeInHours * TicksPerSecond;381 auto cutoff = getUTCtime - 60 * 60 * lifetimeInHours * ticksPerSecond; 382 382 foreach (DirEntry d; dirEntries(pathname, SpanMode.shallow)) 383 383 {
