Ignore:
Timestamp:
Jul 6, 2000, 11:17:57 PM (25 years ago)
Author:
sandervl
Message:

strncpy call changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/font.cpp

    r3543 r3803  
    1 /* $Id: font.cpp,v 1.11 2000-05-16 07:13:19 jeroen Exp $ */
     1/* $Id: font.cpp,v 1.12 2000-07-06 21:17:26 sandervl Exp $ */
    22
    33/*
     
    115115
    116116  strncpy(lpstrFaceTemp, lpstrFaceOriginal, LF_FACESIZE);
     117  lpstrFaceTemp[LF_FACESIZE-1] = 0;
    117118  strupr(lpstrFaceTemp);
    118119
Note: See TracChangeset for help on using the changeset viewer.