From: Lukas Fleischer Date: Fri, 10 Jan 2014 11:44:38 +0000 (+0100) Subject: ui-snapshot.c: Do not reinvent suffixcmp() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/e711679618ce704633f09bc10d2fe85291054536?ds=inline;hp=e711679618ce704633f09bc10d2fe85291054536 ui-snapshot.c: Do not reinvent suffixcmp() Use suffixcmp() from Git instead of reimplementing it. This is a preparation for moving to ends_with() in Git 1.8.6. Signed-off-by: Lukas Fleischer ---