summary refs log tree commit diff homepage
path: root/meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'meta.c')
-rw-r--r--meta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.c b/meta.c
index ce71e82..14a0930 100644
--- a/meta.c
+++ b/meta.c
@@ -29,7 +29,7 @@ int main() {
 		if (!count) return EX_OK;
 
 		printf(
-			"%d,%d,%ld,%u,%ld,%u,%ld\n",
+			"%d,%d,%jd,%u,%jd,%u,%jd\n",
 			i % TILE_COLS,
 			i / TILE_COLS,
 			tile.createTime,
bject'>Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe