From bf46d8f1de407f075a8703090f6a271aaf5ebe88 Mon Sep 17 00:00:00 2001 From: fredrik Date: Wed, 11 Apr 2007 11:14:11 +0000 Subject: [PATCH] Bleh git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@893 959494ce-11ee-0310-bf91-de5d638817bd --- clients/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/test.c b/clients/test.c index 46bd2f7..fdc46c2 100644 --- a/clients/test.c +++ b/clients/test.c @@ -38,7 +38,7 @@ int main(int argc, char **argv) done = 1; while((resp = dc_getresp()) != NULL) { - if(!strcmp(resp->cmdname, ".connect")) + if(!wcscmp(resp->cmdname, L".connect")) { printf("Connected\n"); dc_loginasync(NULL, 1, NULL, authcallback, NULL); -- 2.11.0