summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index ec0ba67f38..35c2a477fc 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -935,7 +935,7 @@ void talk_init(void)
935 * and so we can re-use it if it's already allocated in any event */ 935 * and so we can re-use it if it's already allocated in any event */
936 936
937 filehandle = open_voicefile(); 937 filehandle = open_voicefile();
938 if (filehandle > 0) 938 if (filehandle > -1)
939 { 939 {
940 if (!load_voicefile_index(filehandle)) 940 if (!load_voicefile_index(filehandle))
941 { 941 {