瀏覽代碼

Fix seg fault with long comment lines (#4306)

#4304
pull/4308/head
Chris Warren-Smith 7 月之前
committed by GitHub
父節點
當前提交
ed61bdb568
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      parser/raylib_parser.c

+ 1
- 1
parser/raylib_parser.c 查看文件

@ -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

Loading…
取消
儲存