gettext-macosx.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. --- gettext/gettext-tools/src/msgmerge.c.orig 2007-10-21 03:25:52.000000000 +0200
  2. +++ gettext/gettext-tools/src/msgmerge.c 2008-03-23 19:54:36.000000000 +0100
  3. @@ -96,7 +96,7 @@
  4.  
  5.  /* Update mode.  */
  6.  static bool update_mode = false;
  7. -static const char *version_control_string;
  8. +static const char *version_control_string = "none";
  9.  static const char *backup_suffix_string;
  10.  
  11.  /* Long options.  */