Skip to content
  • Mariano Suárez-Alvarez's avatar
    Bug 356602 – const cast warning fixes for libvte Patch by Ryan Lortie · 43b1051c
    Mariano Suárez-Alvarez authored
    2006-11-16 Mariano Suárez-Alvarez <mariano@gnome.org>
    
    	Bug 356602 – const cast warning fixes for libvte
    	Patch by Ryan Lortie (desrt)
    
    	* src/matcher.h: Use const char * where appropriate.
    	* src/matcher.c: Use const char * where appropriate.  Cast g_strdup
    	to (GCacheDupFunc) to avoid a warning.
    	* src/vtetc.h: Use const char * where appropriate.
    	* src/vtetc.c: Use const char * where appropriate.  Cast g_strdup
    	to (GCacheDupFunc) to avoid a warning.
    	* src/vte.c: Use const char * where appropriate.
    43b1051c