mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
349 B

  1. --- xdelta-1.1.3/xdmain.c~ 2001-09-24 08:59:18.000000000 +0200
  2. +++ xdelta-1.1.3/xdmain.c 2005-10-21 02:30:09.000000000 +0200
  3. @@ -1441,7 +1441,7 @@
  4. return TRUE;
  5. }
  6. -static HandleFuncTable xd_handle_table =
  7. +HandleFuncTable xd_handle_table =
  8. {
  9. (gssize (*) (FileHandle *fh)) xd_handle_length,
  10. (gssize (*) (FileHandle *fh)) xd_handle_pages,