verona
changeset 295:f330efa4b7ec
syntax error fix
| author | vadim@mbdsys.com |
|---|---|
| date | Mon Oct 06 20:48:52 2008 +0200 (2008-10-06) |
| parents | a19f6314f9a5 |
| children | dc30103742b9 |
| files | phcpp/phapipp.h |
line diff
1.1 --- a/phcpp/phapipp.h Fri Apr 18 14:14:56 2008 +0200 1.2 +++ b/phcpp/phapipp.h Mon Oct 06 20:48:52 2008 +0200 1.3 @@ -273,7 +273,7 @@ 1.4 1.5 int sendMessage(int vlid, const string& to, const string& buff, const string& mime) 1.6 { 1.7 - return phthis->sendMessage(vlid, cstr(to), csr(buff), cstr(mime), 0, 0); 1.8 + return phthis->sendMessage(vlid, cstr(to), cstr(buff), cstr(mime), 0, 0); 1.9 } 1.10 1.11
