Blender Git Commit Log
Git Commits -> Revision bd4b29d
Revision bd4b29d by Sybren A. Stüvel (master) July 27, 2020, 15:03 (GMT) |
Cleanup: fixed compiler warning about `strncat` `strncat(command, "x", 1)` is the same as `strcat(command, "x")`, except that the latter form doesn't trigger a GCC warning. No functional changes. |
Commit Details:
Full Hash: bd4b29d63de6cccdb524e965b28b8cf68e169cef
Parent Commit: c7ee66e
Lines Changed: +1, -1
1 Modified Path:
/extern/cuew/src/cuew.c (+1, -1) (Diff)