Hello Patrik,

while including my last patch for the displayname separation
from jobname a mistake occured, so in 3.5.17 the jobname is
empty (which our lj8150 don't like much). Attached is the
fix, which makes it working here again.

Greetings

   Hermann

--- ifhp-3.5.17/src/ifhp.c.orig 2004-07-15 22:57:29.000000000 +0200
+++ ifhp-3.5.17/src/ifhp.c      2004-07-15 23:12:19.000000000 +0200
@@ -3103,6 +3103,7 @@
                Job_ready_msg[Pjl_display_size] = 0;
        }
 
+       SNPRINTF(Jobname,sizeof(Jobname))  "%s", s);
        DEBUG2("Pjl_displayname: raw Jobname '%s'", Jobname);
        {
                int len = strlen(Jobname), i;
@@ -3155,7 +3156,7 @@
        SNPRINTF(buffer+len, sizeof(buffer)-len) Jobstart_str, Jobname
);
        len = safestrlen(buffer);
        if( Pjl_console ){
-               SNPRINTF(buffer+len, sizeof(buffer)-len) Job_display,
Jobname );
+               SNPRINTF(buffer+len, sizeof(buffer)-len) Job_display,
Job_ready_msg );
        }
 
        if( (s = GET_HASH_STR_OBJ( Zopts, "startpage", MEMINFO))


-- 
Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres 
Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg
IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224
Email: [EMAIL PROTECTED]



-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRng MAILING LIST
The address you post from or your Reply-To address MUST be your
subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.
To subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  call Patrick Powell or one of the friendly
staff at Astart Technologies for help.  Astart also does support for LPRng.
Also, check the Web Page at: http://www.lprng.com for any announcements.
Astart Technologies  (LPRng - Print Spooler http://www.lprng.com)
6741 Convoy Court
San Diego, CA 92111
858-874-6543 FAX 858-751-2435
-----------------------------------------------------------------------------

Reply via email to