diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-05 02:26:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-05 02:26:18 -0400 |
| commit | 4299f6e24305d61e6c63b6312af1db887bfa864c (patch) | |
| tree | b413a254ad6b61f6bdc88f0e0419377135dcb03c /examples/log/log.tm | |
| parent | 486f2153e84f2b82ddffc601de75289cddb9c942 (diff) | |
More fixes
Diffstat (limited to 'examples/log/log.tm')
| -rw-r--r-- | examples/log/log.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/log/log.tm b/examples/log/log.tm index f4b0b393..3aa45e7a 100644 --- a/examples/log/log.tm +++ b/examples/log/log.tm @@ -3,7 +3,7 @@ use <stdio.h> timestamp_format := CString("%F %T") -logfiles : @{Path} = @{} +logfiles : @{Path} = @{/} func _timestamp(->Text): c_str := inline C:CString { |
