mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +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
|