summaryrefslogtreecommitdiffstats
path: root/source/dialogs/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/dialogs/run.c')
-rw-r--r--source/dialogs/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 1d482f04..561d02a3 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -146,7 +146,7 @@ static int sort_func ( const void *a, const void *b, G_GNUC_UNUSED void *data )
else if ( bstr == NULL ) {
return -1;
}
- return g_ascii_strcasecmp ( astr, bstr );
+ return g_strcmp0 ( astr, bstr );
}
/**