Parent Directory
|
Revision Log
- Fix FTBFS: added MyPasswordSafe-20090425-gcc44.patch
| 1 | --- src/pwsafe/Util.h.orig 2009-04-25 13:35:52.000000000 +0200 |
| 2 | +++ src/pwsafe/Util.h 2009-04-25 13:46:50.000000000 +0200 |
| 3 | @@ -173,7 +173,7 @@ |
| 4 | |
| 5 | inline char * strFind( const char *str, const char *fstr ) |
| 6 | { |
| 7 | - return strstr( str, fstr ); |
| 8 | + return (char *) strstr( str, fstr ); |
| 9 | } |
| 10 | |
| 11 | #if defined(UNICODE) |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |