| Summary: | [PATCH] Double definition + unused var | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Jean-Baptiste Noblot <jb.noblot> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Attachments: | Patch for this "bug" | ||
Fixed, thanks! https://hg.libsdl.org/SDL_ttf/rev/1a43a0b6d1cc |
Created attachment 2002 [details] Patch for this "bug" They have double definition of line var (line 1894 and 1912) of SDL_ttf.c Moreover definition line 1912 is useless because we don't use this var in this scope. so I just delete the line 1912