Ethereal-dev: [Ethereal-dev] Patch to README.developer

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Craig Rodrigues <rodrigc@xxxxxxxxxxxx>
Date: Sat, 4 Nov 2000 12:09:23 -0500
Hi,

I think this needs to be applied.

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@xxxxxxxxxxxx          


--- README.developer.orig       Sat Nov  4 12:06:46 2000
+++ README.developer    Sat Nov  4 12:06:57 2000
@@ -157,7 +157,7 @@
    "col_add_fstr()" can be used instead of "col_add_str()"; it takes
    "printf()"-like arguments. */
 
-       if (check_col(fd, COL_INFO))
+       if (check_col(pinfo->fd, COL_INFO))
                col_add_str(pinfo->fd, COL_INFO, "XXX Request");
 
 /* In the interest of speed, if "tree" is NULL, don't do any work not