From 74c8a69053577ef63efb207a431fc82283d2383a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 10 Oct 2022 22:01:44 +0200 Subject: reports us --- srv/c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srv/c.c b/srv/c.c index eadda7c..7bda585 100644 --- a/srv/c.c +++ b/srv/c.c @@ -32,8 +32,8 @@ int main (int argc, char ** argv) { error_at_line(1, 0, __FILE__, __LINE__, "uporaba: %s db informacije/preveri/rast/seštevek [natančnost=0] [začetek UNIXsek] [konec UNIXsek]\n\t" "informacije: pove UNIXus prvega in UNIXus zadnjega zapisa\n\t" "preveri: pove, če čas ni naraščajoč in kdaj se je števec resetiral\n\t" -"rast: TSV s podatki : najgosteje na [natančnost=0] ms\n\t" -"seštevek: TSV s podatki :", S0(argv[0])); +"rast: TSV s podatki : najgosteje na [natančnost=0] ms\n\t" +"seštevek: TSV s podatki :", S0(argv[0])); int fd = -1; struct entry * db = NULL; if ((fd = open(argv[1], O_RDONLY | O_CLOEXEC)) == -1) -- cgit v1.2.3