[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Suggested tweak to http_debug



   I suggest a minor change to the http_debug procedure.
   Here's the current code:
   if        %parms >= 2
   eval      HTTP_DEBUG_FILE = %trimr(peFilename)
   endif
   I suggest this:
   if        %parms >= 2
   and      peFilename <> *blanks
   eval      HTTP_DEBUG_FILE = %trimr(peFilename)
   endif
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------