Changeset 2960 for libcaca/trunk/caca
- Timestamp:
- Oct 18, 2008, 1:06:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/figfont.c
r2826 r2960 286 286 static caca_figfont_t * open_figfont(char const *path) 287 287 { 288 #if !defined __KERNEL__ && defined HAVE_SNPRINTF 288 289 char altpath[2048]; 290 #endif 289 291 char buf[2048]; 290 292 char hardblank[10];
Note: See TracChangeset
for help on using the changeset viewer.