diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2025-06-06 10:05:27 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2025-06-06 10:05:27 +0000 |
commit | 43904a02caeb311a505bbb5ffa431ea9859db5f4 (patch) | |
tree | cd841d75f639d9092243b0d02a3bb93cbdea5804 /debian/patches/slof-spelling-seperator.patch | |
parent | Adding upstream version 1:7.2+dfsg. (diff) | |
download | qemu-debian.tar.xz qemu-debian.zip |
Adding debian version 1:7.2+dfsg-7+deb12u13.debian/1%7.2+dfsg-7+deb12u13debian
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/slof-spelling-seperator.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/slof-spelling-seperator.patch b/debian/patches/slof-spelling-seperator.patch new file mode 100644 index 00000000..e7d8bd0c --- /dev/null +++ b/debian/patches/slof-spelling-seperator.patch @@ -0,0 +1,7 @@ +diff --git a/roms/SLOF/lib/libnet/tftp.c b/roms/SLOF/lib/libnet/tftp.c +index 9a5817a..71ea6ae 100644 +--- a/roms/SLOF/lib/libnet/tftp.c ++++ b/roms/SLOF/lib/libnet/tftp.c +@@ -660 +660 @@ int parse_tftp_args(char buffer[], char *server_ip, char filename[], int fd, +- printf("\n missing . seperator in %s\n", raw); ++ printf("\n missing . separator in %s\n", raw); |