[sword-cvs] sword/utilities mod2zmod.cpp,1.22,1.23
sword at www.crosswire.org
sword at www.crosswire.org
Fri Jun 4 01:48:45 MST 2004
- Previous message: [sword-cvs] swordtools/modules/hebrew-wlc/source/wlc Copyright.txt,
NONE, 1.1 MORPHmanual.pdf, NONE, 1.1 michigan.man, NONE,
1.1 supplmt.wts, NONE, 1.1 wlc20040305.zip, NONE, 1.1
- Next message: [sword-cvs] sword/utilities osis2mod.cpp,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: chrislit
Update of /cvs/core/sword/utilities
In directory www:/tmp/cvs-serv14083
Modified Files:
mod2zmod.cpp
Log Message:
no message
Index: mod2zmod.cpp
===================================================================
RCS file: /cvs/core/sword/utilities/mod2zmod.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mod2zmod.cpp 12 Aug 2003 20:30:01 -0000 1.22
+++ mod2zmod.cpp 4 Jun 2004 08:48:43 -0000 1.23
@@ -85,7 +85,7 @@
ModMap::iterator it = mgr.Modules.find(argv[1]);
if (it == mgr.Modules.end()) {
- fprintf(stderr, "error: %s: couldn't find module: %s \n", argv[0], argv[1]);
+ fprintf(stderr, "error: %s: couldn't find module: %s\n", argv[0], argv[1]);
exit(-2);
}
@@ -122,7 +122,7 @@
}
if (result) {
- fprintf(stderr, "error: %s: couldn't create module at path: %s \n", argv[0], argv[2]);
+ fprintf(stderr, "error: %s: couldn't create module at path: %s\n", argv[0], argv[2]);
exit(-3);
}
@@ -172,14 +172,14 @@
lastBuffer = inModule->getRawEntry();
lastBufferKey = inModule->KeyText();
if (lastBuffer.length() > 0) {
- cout << "Adding [" << bufferKey << "] new text. \n";
+ cout << "Adding [" << bufferKey << "] new text.\n";
*outModuleKey = bufferKey;
// outModule->getRawEntry(); // snap
// outModule->setKey(bufferKey);
(*outModule) << lastBuffer.c_str(); // save new text;
}
else {
- cout << "Skipping [" << bufferKey << "] no entry in inModule. \n";
+ cout << "Skipping [" << bufferKey << "] no entry in in Module.\n";
}
}
(*inModule)++;
- Previous message: [sword-cvs] swordtools/modules/hebrew-wlc/source/wlc Copyright.txt,
NONE, 1.1 MORPHmanual.pdf, NONE, 1.1 michigan.man, NONE,
1.1 supplmt.wts, NONE, 1.1 wlc20040305.zip, NONE, 1.1
- Next message: [sword-cvs] sword/utilities osis2mod.cpp,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the sword-cvs
mailing list