mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
- add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten)
This commit is contained in:
parent
98175bd43d
commit
cdb28d18e8
@ -1,10 +1,10 @@
|
|||||||
diff -urN xlib_libXfont-1.2.7.orig/src/builtins/file.c xlib_libXfont-1.2.7/src/builtins/file.c
|
diff -urN xlib_libXfont-1.2.7.orig/src/builtins/file.c xlib_libXfont-1.2.7/src/builtins/file.c
|
||||||
--- xlib_libXfont-1.2.7.orig/src/builtins/file.c 2007-01-17 23:49:10.000000000 +0200
|
--- xlib_libXfont-1.2.7.orig/src/builtins/file.c 2007-01-17 23:49:10.000000000 +0200
|
||||||
+++ xlib_libXfont-1.2.7/src/builtins/file.c 2007-09-30 00:52:55.000000000 +0300
|
+++ xlib_libXfont-1.2.7/src/builtins/file.c 2007-09-30 03:09:29.000000000 +0300
|
||||||
@@ -50,7 +50,7 @@
|
@@ -50,7 +50,7 @@
|
||||||
len = BUFFILESIZE;
|
len = BUFFILESIZE;
|
||||||
if (len > left)
|
if (len > left)
|
||||||
len = left;
|
len = left;
|
||||||
- bcopy (io->file->bits + io->offset, f->buffer, len);
|
- bcopy (io->file->bits + io->offset, f->buffer, len);
|
||||||
+ memmove (f->buffer, io->file->bits + io->offset, len);
|
+ memmove (f->buffer, io->file->bits + io->offset, len);
|
||||||
io->offset += len;
|
io->offset += len;
|
Loading…
x
Reference in New Issue
Block a user