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/user32/oslibwin.cpp

    r3747 r3803  
    1 /* $Id: oslibwin.cpp,v 1.81 2000-06-23 19:04:11 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.82 2000-07-06 21:17:57 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    779779  if(title) {
    780780        strncpy(swctrl.szSwtitle, title, MAXNAMEL+4);
     781        swctrl.szSwtitle[MAXNAMEL+4-1] = 0;
    781782  }
    782783  else {
     
    803804  if(title) {
    804805        strncpy(swctrl.szSwtitle, title, MAXNAMEL+4);
     806        swctrl.szSwtitle[MAXNAMEL+4-1] = 0;
    805807  }
    806808  else {
Note: See TracChangeset for help on using the changeset viewer.