Skip to content

Commit

Permalink
Fix thinko.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Dec 11, 2014
1 parent 29b54ab commit 63ca93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/filed/python-fd.c
Expand Up @@ -3046,7 +3046,7 @@ static inline const char *print_flags_bitmap(PyObject *bitmap)
int cnt;
char *flags;

if (PyByteArray_Size(bitmap) != sizeof(visual_bitmap)) {
if (PyByteArray_Size(bitmap) != FOPTS_BYTES) {
return "Unknown";
}

Expand Down

0 comments on commit 63ca93f

Please sign in to comment.