mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:26:08 +08:00
Fix line endings
This commit is contained in:
parent
05afaff355
commit
34c25840a3
@ -1,42 +1,42 @@
|
|||||||
diff --git "a/libaiff.c" "b/libaiff.c"
|
diff --git "a/libaiff.c" "b/libaiff.c"
|
||||||
index e266802..21179f9 100644
|
index e266802..21179f9 100644
|
||||||
--- "a/libaiff.c"
|
--- "a/libaiff.c"
|
||||||
+++ "b/libaiff.c"
|
+++ "b/libaiff.c"
|
||||||
@@ -168,6 +168,9 @@ AIFF_ReadOpenW(const wchar_t *file, int flags)
|
@@ -168,6 +168,9 @@ AIFF_ReadOpenW(const wchar_t *file, int flags)
|
||||||
r->buffer = NULL;
|
r->buffer = NULL;
|
||||||
r->buflen = 0;
|
r->buflen = 0;
|
||||||
|
|
||||||
+ r->buffer2 = NULL;
|
+ r->buffer2 = NULL;
|
||||||
+ r->buflen2 = 0;
|
+ r->buflen2 = 0;
|
||||||
+
|
+
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -237,6 +240,9 @@ AIFF_ReadOpen(const char *file, int flags)
|
@@ -237,6 +240,9 @@ AIFF_ReadOpen(const char *file, int flags)
|
||||||
r->buffer = NULL;
|
r->buffer = NULL;
|
||||||
r->buflen = 0;
|
r->buflen = 0;
|
||||||
|
|
||||||
+ r->buffer2 = NULL;
|
+ r->buffer2 = NULL;
|
||||||
+ r->buflen2 = 0;
|
+ r->buflen2 = 0;
|
||||||
+
|
+
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -577,6 +583,8 @@ err2:
|
@@ -577,6 +583,8 @@ err2:
|
||||||
w->segmentSize = 0;
|
w->segmentSize = 0;
|
||||||
w->buffer = NULL;
|
w->buffer = NULL;
|
||||||
w->buflen = 0;
|
w->buflen = 0;
|
||||||
+ w->buffer2 = NULL;
|
+ w->buffer2 = NULL;
|
||||||
+ w->buflen2 = 0;
|
+ w->buflen2 = 0;
|
||||||
w->tics = 0;
|
w->tics = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -659,6 +667,8 @@ err2:
|
@@ -659,6 +667,8 @@ err2:
|
||||||
w->segmentSize = 0;
|
w->segmentSize = 0;
|
||||||
w->buffer = NULL;
|
w->buffer = NULL;
|
||||||
w->buflen = 0;
|
w->buflen = 0;
|
||||||
+ w->buffer2 = NULL;
|
+ w->buffer2 = NULL;
|
||||||
+ w->buflen2 = 0;
|
+ w->buflen2 = 0;
|
||||||
w->tics = 0;
|
w->tics = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user