This commit is contained in:
marschap
2006-10-01 13:23:07 +00:00
parent 8a5e6d5475
commit 8bcc3c0e31
9 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -691,7 +691,7 @@ PrivateData *p = drvthis->private_data;
if (p->ccmode != standard) {
/* Not supported(yet) */
report(RPT_WARNING, "%s: vbar: cannot combine two modes using user defined characters",
report(RPT_WARNING, "%s: vbar: cannot combine two modes using user-defined characters",
drvthis->name);
return;
}
@@ -730,7 +730,7 @@ PrivateData *p = drvthis->private_data;
if (p->ccmode != standard) {
/* Not supported(yet) */
report(RPT_WARNING, "%s: hbar: cannot combine two modes using user defined characters",
report(RPT_WARNING, "%s: hbar: cannot combine two modes using user-defined characters",
drvthis->name);
return;
}
@@ -766,7 +766,7 @@ int do_init = 0;
if (p->ccmode != bignum) {
if (p->ccmode != standard) {
/* Not supported (yet) */
report(RPT_WARNING, "%s: num: cannot combine two modes using user defined characters",
report(RPT_WARNING, "%s: num: cannot combine two modes using user-defined characters",
drvthis->name);
return;
}