Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ldap.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sat, 16 Aug 2003 19:52:05 -0500 (CDT)
guy         2003/08/16 19:52:05 CDT

  Modified files:
    .                    packet-ldap.c 
  Log:
  Sigh.  I think I once tried making the last argument to "col_set_str()"
  be a "const gchar *", and it ended up being like pulling a thread out of
  a sweater - more things had to change, which meant still more things had
  to change, and I might've even run into something that didn't change
  very well at all.  (Or perhaps that was constifying something else.)
  
  For now, we just cast away the constness in calls to "col_set_str()";
  the column code won't actually overwrite the string.
  
  Revision  Changes    Path
  1.64      +3 -3      ethereal/packet-ldap.c