libgsm/libgsm-strict-aliasing.patch

12 lines
216 B
Diff

--- src/toast.c
+++ src/toast.c
@@ -390,7 +390,7 @@
ut[0] = instat.st_atime;
ut[1] = instat.st_mtime;
- (void) utime(outname, (struct utimbuf *)ut);
+ (void) utime(outname, ut);
#endif /* UTIMBUF */
}