cdf-restore-prefix 712 B

12345678910111213141516171819202122
  1. Index: git/src/readcdf.c
  2. ===================================================================
  3. --- git.orig/src/readcdf.c 2012-02-29 20:32:37.313967770 +0100
  4. +++ git/src/readcdf.c 2012-02-29 20:32:51.308968638 +0100
  5. @@ -173,7 +173,7 @@
  6. return -1;
  7. if (NOTMIME(ms)) {
  8. - if (file_printf(ms, "Composite Document File V2 Document")
  9. + if (file_printf(ms, "CDF V2 Document")
  10. == -1)
  11. return -1;
  12. @@ -306,7 +306,7 @@
  13. out0:
  14. if (i != 1) {
  15. if (i == -1)
  16. - if (file_printf(ms, "Composite Document File V2 Document")
  17. + if (file_printf(ms, "CDF V2 Document")
  18. == -1)
  19. return -1;
  20. if (*expn)