mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
5 lines
103 B
Text
5 lines
103 B
Text
#ifdef PNUT_CC
|
|
char buf1[1024];
|
|
#else
|
|
char buf1[sizeof file->filename];
|
|
#endif
|