Changeset 682 for Daodan


Ignore:
Timestamp:
Mar 3, 2013, 5:39:05 AM (12 years ago)
Author:
alloc
Message:

Daodan: Fixed MSVC deps (forgot to remove a _s)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Utility.c

    r681 r682  
    160160                                        if(clipboardText && strlen(clipboardText) + charsUsed < 502)
    161161                                        {
    162                                                 strcpy_s( cons->text_entries[0].text + charsUsed, clipboardText);
     162                                                strcpy( cons->text_entries[0].text + charsUsed, clipboardText);
    163163                                                lastPasteTime = ONgGameState->GameTime;
    164164                                        }
Note: See TracChangeset for help on using the changeset viewer.