Changeset 89e3152 in mainline
- Timestamp:
 - 2019-02-15T13:02:35Z (7 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 9f4ce50
 - Parents:
 - fc448f5
 - git-author:
 - Matthieu Riolo <matthieu.riolo@…> (2019-01-12 09:18:08)
 - git-committer:
 - Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-15 13:02:35)
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/c/generic/string.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/c/generic/string.c
rfc448f5 r89e3152 565 565 } 566 566 567 str cpy(dup, s);567 strncpy(dup, s, sz); 568 568 return dup; 569 569 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  