@@ -515,7 +515,7 @@ dired_dump_obstack (prefix, os)
n_pos = obstack_object_size (os) / sizeof (size_t);
pos = obstack_finish (os);
for (i = 0; i < n_pos; i++)
printf (" %d", pos[i]);
printf (" %d", (int) pos[i]);
fputs ("\n", stdout);
}
The note is not visible to the blocked user.