diff options
| author | default <nobody@localhost> | 2022-09-20 12:00:13 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2022-09-20 12:00:13 +0200 |
| commit | 5d843a488ec349d94e22314e90a73885ebfce007 (patch) | |
| tree | ce103859ce4d4ee90564192cd56160a54cf61a71 /main.c | |
| parent | 065773c70377567f7c6669b752ca51b27bef8ad3 (diff) | |
New function enqueue().
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { snac snac; - printf("%s\n", tid()); + printf("%s\n", tid(0)); srv_open("/home/angel/lib/snac/comam.es/"); |