Przeglądaj źródła

Fix seg fault with long comment lines (#4306)

#4304
pull/4308/head
Chris Warren-Smith 7 miesięcy temu
committed by GitHub
rodzic
commit
ed61bdb568
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      parser/raylib_parser.c

+ 1
- 1
parser/raylib_parser.c Wyświetl plik

@ -139,7 +139,7 @@ typedef struct EnumInfo {
// Function info data
typedef struct FunctionInfo {
char name[64]; // Function name
char desc[128]; // Function description (comment at the end)
char desc[256]; // Function description (comment at the end)
char retType[32]; // Return value type
int paramCount; // Number of function parameters
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type

Ładowanie…
Anuluj
Zapisz