mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-05-31 14:20:36 +02:00
5 lines
103 B
Text
5 lines
103 B
Text
#ifdef PNUT_CC
|
|
char buf1[1024];
|
|
#else
|
|
char buf1[sizeof file->filename];
|
|
#endif
|