Diff for /rpm2html/language.c between versions 1.29 and 1.30

version 1.29, 2000/10/29 22:51:03 version 1.30, 2000/12/10 17:10:38
Line 222  int readLanguageFile(char *filename) Line 222  int readLanguageFile(char *filename)
                  * the last paragraph correspond to the new localized                   * the last paragraph correspond to the new localized
                  * string. Replace the old one and reset the buffer.                   * string. Replace the old one and reset the buffer.
                  */                   */
                 localizedStrings[currentString] = debugStrdup(buffer);                  localizedStrings[currentString] = xmlStrdup(buffer);
                 currentString++;                  currentString++;
                 buffer[0] = '\0';                  buffer[0] = '\0';
             }              }

Removed from v.1.29  
changed lines
  Added in v.1.30


Webmaster