Update of /cvsroot/mahogany/M/src/modules/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv29342/src/modules/crypt
Modified Files:
PGPEngine.cpp
Log Message:
unicode fixes - it links now
Index: PGPEngine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/PGPEngine.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -b -u -2 -r1.29 -r1.30
--- PGPEngine.cpp 19 Sep 2003 13:31:23 -0000 1.29
+++ PGPEngine.cpp 13 Oct 2003 00:41:14 -0000 1.30
@@ -467,5 +467,5 @@
String command = wxString::Format
(
- "%s --status-fd=2 --command-fd 0 --output - -a %s",
+ _T("%s --status-fd=2 --command-fd 0 --output - -a %s"),
READ_APPCONFIG_TEXT(MP_PGP_COMMAND).c_str(),
options.c_str()
@@ -509,5 +509,5 @@
messageOut.clear();
- char buf[4096];
+ wxChar buf[4096];
bool outEof = false,
@@ -544,5 +544,5 @@
{
String code;
- const char *pc;
+ const wxChar *pc;
for ( pc = line.c_str(); *pc && !isspace(*pc); pc++ )
{
@@ -653,5 +653,5 @@
if ( code == _T("GET_HIDDEN") )
{
- if ( strcmp(pc, _T("passphrase.enter")) == 0 )
+ if ( wxStrcmp(pc, _T("passphrase.enter")) == 0 )
{
// we're being asked for a passphrase
@@ -681,5 +681,5 @@
else if ( code == _T("IMPORTED") )
{
- const char * const pSpace = strchr(pc, ' ');
+ const wxChar * const pSpace = wxStrchr(pc, ' ');
if ( pSpace )
{
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates