diff options
| author | Omar Rizwan <omar@omar.website> | 2022-07-22 22:43:58 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-07-22 23:56:24 +0000 |
| commit | 8d260492fa2eb21f05d0424ebd004ba3987443f2 (patch) | |
| tree | b01a612dde91cd7c6f059739ca9caaa6eb6167fc /virtual-programs | |
| parent | i can print (diff) | |
| download | folk-8d260492fa2eb21f05d0424ebd004ba3987443f2.tar.gz folk-8d260492fa2eb21f05d0424ebd004ba3987443f2.zip | |
i can print (null terminator thing)
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/print.folk | 1 |
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; } |
