summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/guspat.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/guspat.c')
-rw-r--r--apps/plugins/midi/guspat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/guspat.c b/apps/plugins/midi/guspat.c
index 124f779671..5f6ba35110 100644
--- a/apps/plugins/midi/guspat.c
+++ b/apps/plugins/midi/guspat.c
@@ -160,7 +160,7 @@ struct GPatch * gusload(char * filename)
160 160
161 int file = rb->open(filename, O_RDONLY); 161 int file = rb->open(filename, O_RDONLY);
162 162
163 if(file == -1) 163 if(file < 0)
164 { 164 {
165 char message[50]; 165 char message[50];
166 rb->snprintf(message, 50, "Error opening %s", filename); 166 rb->snprintf(message, 50, "Error opening %s", filename);