summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-10 20:24:25 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-10 20:24:25 +0200
commitf25288fc47095306caabfdeea95d47af3366ec10 (patch)
treea048d638a4ad606c0ce22e388d4dcc27df6d5fc9 /source
parent56c373bffca332df593b29b39e1473662891901a (diff)
parent19cc794018f745be532bd9e98fc2c15b537c9e88 (diff)
Merge remote-tracking branch 'origin/next' into bendemcss
Diffstat (limited to 'source')
-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 );
}
/**