Index: main/app.c =================================================================== --- main/app.c (revision 399619) +++ main/app.c (working copy) @@ -2192,7 +2192,7 @@ double amount; #define FMT "%30lf%9s" #endif - if (!timestr) { + if (ast_strlen_zero(timestr)) { return -1; }