]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - attribute.c
Fix some format string warnings on x86_64.
[paraslash.git] / attribute.c
index 86fc36d7615f2f7f702126015eb8176540fcce37..cecd1aa5b5b104d6c473c457f87185c6da506a7a 100644 (file)
@@ -174,7 +174,8 @@ static int com_setatt_callback(const struct osl_object *query,
        }
        if (!add_mask && !del_mask)
                return -E_ATTR_SYNTAX;
-       PARA_DEBUG_LOG("masks: %llx:%llx\n", add_mask, del_mask);
+       PARA_DEBUG_LOG("masks: %llx:%llx\n",(long long unsigned)add_mask,
+               (long long unsigned)del_mask);
        for (; p < (char *)query->data + query->size; p += len + 1) { /* TODO: fnmatch */
                struct afs_info old_afsi, new_afsi;
                struct osl_row *aft_row;