Wireshark-commits: [Wireshark-commits] rev 37671: /trunk/wiretap/ /trunk/wiretap/: file_wrappers.c
Date: Wed, 15 Jun 2011 19:35:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37671

User: guy
Date: 2011/06/15 12:35 PM

Log:
 Strings are not writable, and the compiler warns that assigning a
 pointer to a string to a non-const pointer discards qualifiers; make the
 err_info member of the wtap_reader structure a const pointer.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +1 -1      file_wrappers.c    Modified