summaryrefslogtreecommitdiffstats
path: root/virtual-programs
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2022-07-22 22:43:58 +0000
committerOmar Rizwan <omar@omar.website>2022-07-22 23:56:24 +0000
commit8d260492fa2eb21f05d0424ebd004ba3987443f2 (patch)
treeb01a612dde91cd7c6f059739ca9caaa6eb6167fc /virtual-programs
parenti can print (diff)
downloadfolk-8d260492fa2eb21f05d0424ebd004ba3987443f2.tar.gz
folk-8d260492fa2eb21f05d0424ebd004ba3987443f2.zip
i can print (null terminator thing)
Diffstat (limited to 'virtual-programs')
-rw-r--r--virtual-programs/print.folk1
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual-programs/print.folk b/virtual-programs/print.folk
index e2b187ee..3fcecde6 100644
--- a/virtual-programs/print.folk
+++ b/virtual-programs/print.folk
@@ -32,6 +32,7 @@ if {[llength [namespace which tagImageForId]] < 1} {
}
ret[i++] = '\n';
}
+ ret[i++] = '\0';
image_u8_destroy(image);
return ret;
}