Blender Git Loki
Git Commits -> Revision 9c85167
Revision 9c85167 by Campbell Barton (master) July 14, 2013, 22:08 (GMT) |
replace strncpy with BLI_strncpy for cases we expect the string to be NULL terminated. |
Commit Details:
Full Hash: 9c8516703d24aa5e3f67d563c8f5dfd54592dc1d
SVN Revision: 58246
Parent Commit: 1c2ff55
Lines Changed: +12, -9
5 Modified Paths:
/source/blender/compositor/operations/COM_KeyingScreenOperation.h (+2, -1) (Diff)
/source/blender/compositor/operations/COM_TrackPositionOperation.h (+3, -2) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+3, -2) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_orientations.c (+3, -3) (Diff)
/source/blender/compositor/operations/COM_TrackPositionOperation.h (+3, -2) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+3, -2) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_orientations.c (+3, -3) (Diff)