1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

Fix building with --disable-iostats

This commit is contained in:
Nikolas Garofil 2009-11-07 13:21:47 +01:00
parent 74145a7fef
commit 68ca9485da

View File

@ -948,9 +948,11 @@ void print_top(struct text_object *obj, char *p, int top_name_width)
case OBJ_top_time:
needed = cur->time;
break;
#ifdef IOSTATS
case OBJ_top_io:
needed = cur->io;
break;
#endif /* IOSTATS */
default:
return;
}