1. 10 2月, 2010 21 次提交
  2. 09 2月, 2010 18 次提交
  3. 05 2月, 2010 1 次提交
    • J
      (absolutePathFromBaseFile): fix up preceding commit · c3e73528
      Jim Meyering 提交于
      When configured with --enable-gcc-warnings, it didn't even compile.
      * src/util/storage_file.c: Include <assert.h>.
      (absolutePathFromBaseFile): Assert that converting size_t to int is valid.
      Reverse length/string args to match "%.*s".
      Explicitly ignore the return value of virAsprintf.
      c3e73528