You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Rename wine_patch struct field hash to name.
This commit is contained in:
2
debian/tools/patchlist.sh
vendored
2
debian/tools/patchlist.sh
vendored
@@ -17,7 +17,7 @@ index a273502..5fa0cd5 100644
|
||||
}
|
||||
|
||||
+struct wine_patch {
|
||||
+ const char *hash;
|
||||
+ const char *name;
|
||||
+ const char *author;
|
||||
+ const char *title;
|
||||
+} wine_patch_data[] = {
|
||||
|
Reference in New Issue
Block a user