]> git.notmuchmail.org Git - notmuch/blobdiff - test/arg-test.c
lib/cli: pass GMIME_ENABLE_RFC2047_WORKAROUNDS to g_mime_init()
[notmuch] / test / arg-test.c
index adc56e30e7d97e449a328ed8ff7642b429084b7b..6c49eacd7f3a9bab7537ee82059b6c66a5a76d7a 100644 (file)
@@ -41,7 +41,7 @@ int main(int argc, char **argv){
        printf("positional arg 1 %s\n", pos_arg1);
 
     if (pos_arg2)
-       printf("positional arg 2 %s\n", pos_arg1);
+       printf("positional arg 2 %s\n", pos_arg2);
 
 
     for ( ; opt_index < argc ; opt_index ++) {