]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
fix write entry saldo
authorBastian Dehn <hhaalo@arcor.de>
Sun, 23 Jun 2024 12:01:26 +0000 (14:01 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 23 Jun 2024 12:01:26 +0000 (14:01 +0200)
src/feierabendxml.c

index 093df793636fc1511b813ade9a06f341e8aba9c3..26ad91e9b0de42b0b06d9b101f3683475e1adf2d 100644 (file)
@@ -200,7 +200,7 @@ void writeEntryNode(xmlTextWriterPtr xmlWriter,
        xmlElemContent = NULL;
 
        *fabend->worktime += last_saldo;
-       get_time_str_overtime(*fabend->worktime, value);
+       get_time_str(*fabend->worktime, value);
        xmlElemName = xmlCharStrdup("saldo");
        xmlElemContent = xmlCharStrdup(value);
        xmlTextWriterWriteAttribute(xmlWriter, xmlElemName, xmlElemContent);