SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
x11/fleditor/patches/patch-FL_wstring_h
Normal file
11
x11/fleditor/patches/patch-FL_wstring_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- FL/wstring.h.orig Sat May 22 23:20:40 2010
|
||||
+++ FL/wstring.h Sat May 22 23:20:49 2010
|
||||
@@ -88,7 +88,7 @@ class wString
|
||||
long operator>(const char *str) const { return (strcmp(buffer,str) > 0); };
|
||||
long operator==(const char *str) const { return (strcmp(buffer,str) == 0); };
|
||||
wString& operator=(const char *str) { SSet(str); return (*this); };
|
||||
- RCLDLL wString& wString::operator=(const wString& str) { SSet(str.buffer); return (*this); }
|
||||
+ RCLDLL wString& operator=(const wString& str) { SSet(str.buffer); return (*this); }
|
||||
wString& operator=(const unsigned char *str) { SSet((const char *)str); return *this; };
|
||||
operator const char *() const { return Get(); };
|
||||
wString& ToUpper() { strupr(buffer); return *this; };
|
Loading…
Add table
Add a link
Reference in a new issue