Deleted Added
full compact
archive_match.c (302408) archive_match.c (305188)
1/*-
2 * Copyright (c) 2003-2007 Tim Kientzle
3 * Copyright (c) 2012 Michihiro NAKAJIMA
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 641 unchanged lines hidden (view full) ---

650 archive_string_free(&as);
651 return (r);
652 }
653 archive_string_empty(&as);
654 }
655 }
656 }
657
1/*-
2 * Copyright (c) 2003-2007 Tim Kientzle
3 * Copyright (c) 2012 Michihiro NAKAJIMA
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 641 unchanged lines hidden (view full) ---

650 archive_string_free(&as);
651 return (r);
652 }
653 archive_string_empty(&as);
654 }
655 }
656 }
657
658 /* If something error happend, report it immediately. */
658 /* If an error occurred, report it immediately. */
659 if (r < ARCHIVE_OK) {
660 archive_copy_error(&(a->archive), ar);
661 archive_read_free(ar);
662 archive_string_free(&as);
663 return (r);
664 }
665
666 /* If the line is not empty, add the pattern. */

--- 1180 unchanged lines hidden ---
659 if (r < ARCHIVE_OK) {
660 archive_copy_error(&(a->archive), ar);
661 archive_read_free(ar);
662 archive_string_free(&as);
663 return (r);
664 }
665
666 /* If the line is not empty, add the pattern. */

--- 1180 unchanged lines hidden ---