mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[syslinux] fix missing syslinux.cfg creation
* Issue was introduced with 299506056a
* Also improve StrArray definition
This commit is contained in:
parent
3ae7ec4af5
commit
3c2873bbdc
5 changed files with 35 additions and 36 deletions
|
@ -369,8 +369,7 @@ static __inline void *_reallocf(void *ptr, size_t size)
|
|||
|
||||
/* Basic String Array */
|
||||
typedef struct {
|
||||
// TODO: rename 'Table' to 'String'
|
||||
char** Table;
|
||||
char** String;
|
||||
size_t Index; // Current array size
|
||||
size_t Max; // Maximum array size
|
||||
} StrArray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue