[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Patch for spelling and white space consistency
- From: "Ben Fowler" <ben.the.mole@xxxxxxxxx>
- Date: Wed, 29 Mar 2006 11:27:06 +0100
- Subject: [XaraXtreme-dev] Patch for spelling and white space consistency
Index: wxOil/basestr.h
===================================================================
--- wxOil/basestr.h (revision 731)
+++ wxOil/basestr.h (working copy)
@@ -302,10 +307,10 @@
// This is our very own version of the Windows string function
lstrcpyn(), which
// was mysteriously dropped from the Win32 API. Using the standard C
library function
-// strncpy() doesn't give quit the same results, so we must provide our own.
+// strncpy() doesn't give quite the same results, so we must provide our own.
TCHAR* cc_lstrcpyn(TCHAR* dest, const TCHAR* src, size_t n);
-const TCHAR *cc_lstrstr(const TCHAR *String1, const TCHAR *String2);
+const TCHAR* cc_lstrstr(const TCHAR *String1, const TCHAR *String2);
TCHAR* cc_lstristr(TCHAR *String1, TCHAR *String2);
TCHAR* cc_lstrchr(TCHAR *Src, TCHAR c);
TCHAR* cc_lstrichr(TCHAR *String1, TCHAR c);
TCHAR* cc_lstrrchr(TCHAR *Src, TCHAR c);