Changeset 3543 for trunk/src/gdi32/font.cpp
- Timestamp:
- May 16, 2000, 9:16:04 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/font.cpp
r3481 r3543 1 /* $Id: font.cpp,v 1.1 0 2000-05-02 20:49:58 sandervlExp $ */1 /* $Id: font.cpp,v 1.11 2000-05-16 07:13:19 jeroen Exp $ */ 2 2 3 3 /* … … 32 32 #include <win\options.h> 33 33 34 #define DBG_LOCALLOG 34 #define DBG_LOCALLOG DBG_font 35 35 #include "dbglocal.h" 36 36 … … 114 114 return; 115 115 116 memcpy(lpstrFaceTemp, lpstrFaceOriginal, LF_FACESIZE);116 strncpy(lpstrFaceTemp, lpstrFaceOriginal, LF_FACESIZE); 117 117 strupr(lpstrFaceTemp); 118 118
Note:
See TracChangeset
for help on using the changeset viewer.