]> andersk Git - moira.git/blobdiff - server/qrtn.pc
.dc -> .pc
[moira.git] / server / qrtn.pc
similarity index 99%
rename from server/qrtn.dc
rename to server/qrtn.pc
index 21c415147ebc6ce51fc89d9ff39628fcd8354eae..7ef15e131091957caa2ec2cd1a606cd1ab8778e7 100644 (file)
@@ -225,7 +225,8 @@ int mr_process_query(cl, name, argc, argv_ro, action, actarg)
        if (q->rvar) {
            if (v && v->post_rtn) {
                sq = sq_create();
-               status = do_retrieve(q, pqual, psort, sq_save_args, sq);
+               status = do_retrieve(q, pqual, psort, sq_save_args,
+                                    (char *)sq);
                if (status != MR_SUCCESS) {
                    sq_destroy(sq);
                    break;
@@ -614,7 +615,7 @@ int do_retrieve(q, pqual, psort, action, actarg)
       strcat(stmt_buf,psort);
     }
 
-    return do_for_all_rows(stmt_buf, q->vcnt, action, actarg);
+    return do_for_all_rows(stmt_buf, q->vcnt, action, (int)actarg);
 }
 
 char *sqlstrstr(str, pat)
This page took 0.142933 seconds and 4 git commands to generate.