× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: lp5250d fixes
  • From: Scott Klement <klemscot@xxxxxxxxxxxx>
  • Date: Thu, 21 Dec 2000 11:04:16 -0600 (CST)


Mike Madore made a fix in printsession.c which makes lp5250d a lot more
stable for me.   This was done in the development sources.

Here is a patch which will make the same change to the 0.16.1 source.  
Could someone please apply it?

Thanks!


--- printsession.c.orig Wed Dec  6 13:39:23 2000
+++ printsession.c      Thu Dec 21 10:41:36 2000
@@ -299,6 +299,14 @@
               if (This->rec != NULL)
                  tn5250_record_destroy(This->rec);
               This->rec = tn5250_stream_get_record(This->stream);
+
+               if (tn5250_record_opcode(This->rec)
+                   == TN5250_RECORD_OPCODE_CLEAR)
+               {
+                  syslog(LOG_INFO, "Clearing print buffers");
+                  continue;
+               }
+
               tn5250_stream_send_packet(This->stream, 0,
                     TN5250_RECORD_FLOW_CLIENTO,
                     TN5250_RECORD_H_NONE,

+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to LINUX5250@midrange.com.
| To subscribe to this list send email to LINUX5250-SUB@midrange.com.
| To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.