From 90b62d09470b28b2d39e073b4baee403ffc86903 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Jun 2015 19:30:47 +0000 Subject: crash fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MimCmd/src/MimCmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MimCmd/src/MimCmd.cpp') diff --git a/plugins/MimCmd/src/MimCmd.cpp b/plugins/MimCmd/src/MimCmd.cpp index fe3c98b56a..12583d3f88 100644 --- a/plugins/MimCmd/src/MimCmd.cpp +++ b/plugins/MimCmd/src/MimCmd.cpp @@ -71,7 +71,7 @@ void ShowVersion() int main(int argc, char *argv[]) { - if (argc == 2 && mir_strcmp(argv[1], "-v") == 0) { + if (argc == 2 && !strcmp(argv[1], "-v")) { ShowVersion(); return 0; } -- cgit v1.2.3