Difference for common/map.c from version 1.94 to 1.95


version 1.94 version 1.95
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.94 2005/12/11 11:56:17 akirschbaum Exp $";   *   "$Id: map.c,v 1.95 2005/12/11 18:06:08 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 790
 
Line 790
  value = strchr(key, ' ');   value = strchr(key, ' ');
  if (!value) {   if (!value) {
      end = strchr(key, '\n');       end = strchr(key, '\n');
        if (end != NULL) {
      *end=0;       *end=0;
        }
  } else {   } else {
      *value = 0;       *value = 0;
      value++;       value++;


Legend:
line(s) removed in v.1.94 
line(s) changed
 line(s) added in v.1.95

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:13