diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:34:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:34:23 -0400 |
| commit | 52e50e58c6674560056a4dcb787099d739284b02 (patch) | |
| tree | e814b9d779e523c042f938161aadd7dd589327cf /examples/log | |
| parent | 6fda59fd5e57e9267d2ec0480d53b5f9b0546855 (diff) | |
Change Set syntax from {x} to |x|
Diffstat (limited to 'examples/log')
| -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 7375d5f6..047398b0 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 { |
