]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- initial revision
authorpascalek <pascalek@pld-linux.org>
Mon, 28 Jan 2008 09:55:22 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    s4d-beta2-fix1.patch -> 1.1

s4d-beta2-fix1.patch [new file with mode: 0644]

diff --git a/s4d-beta2-fix1.patch b/s4d-beta2-fix1.patch
new file mode 100644 (file)
index 0000000..3f593fd
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur dosemu-1.4.0.chng.beta2/src/dosext/mfs/smb.c dosemu-1.4.0.chng.ok16/src/dosext/mfs/smb.c
+--- dosemu-1.4.0.chng.beta2/src/dosext/mfs/smb.c       2008-01-28 10:24:39.000000000 +0100
++++ dosemu-1.4.0.chng.ok16/src/dosext/mfs/smb.c        2008-01-28 10:25:35.000000000 +0100
+@@ -1134,7 +1134,7 @@
+               if (open_files[cnt].name == NULL)
+                       continue;
+-              if ((strcmp(open_files[cnt].name, filename) != 0) && (open_files[cnt].drive == drive)) 
++              if ((strcmp(open_files[cnt].name, filename) != 0) || (open_files[cnt].drive != drive)) 
+                       continue;
+               Debug0((dbg_fd, "file %s is used as fd %d - I'm closing it!\n", filename, open_files[cnt].fd));
This page took 0.03163 seconds and 4 git commands to generate.