From 1d2e55f53dfab5153dbfd0c03f28cd9daedb3b77 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 19:20:07 -0400 Subject: Allow uninitialized variables when there's a sensible empty value (defaults to empty/zero value) --- examples/log/log.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/log/log.tm') diff --git a/examples/log/log.tm b/examples/log/log.tm index 3763303f..94984b81 100644 --- a/examples/log/log.tm +++ b/examples/log/log.tm @@ -3,7 +3,7 @@ use timestamp_format := CString("%F %T") -logfiles : @|Path| = @|| +logfiles : @|Path| func _timestamp(->Text) c_str := inline C:CString { -- cgit v1.2.3