transmission: Fix line feeds in patch file

Upstream code has DOS line endings...

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2014-01-04 09:51:10 +01:00 committed by Peter Korsgaard
parent 948b92693d
commit c991fabfcf

View File

@ -10,12 +10,12 @@ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
--- transmission-2.82.org/third-party/libutp/utypes.h 2013-08-09 04:47:43.000000000 +0200 --- transmission-2.82.org/third-party/libutp/utypes.h 2013-08-09 04:47:43.000000000 +0200
+++ transmission-2.82/third-party/libutp/utypes.h 2014-01-02 20:17:18.000000000 +0100 +++ transmission-2.82/third-party/libutp/utypes.h 2014-01-02 20:17:18.000000000 +0100
@@ -35,8 +35,15 @@ @@ -35,8 +35,15 @@
typedef const char * cstr; typedef const char * cstr;
typedef char * str; typedef char * str;
-#ifndef __cplusplus -#ifndef __cplusplus
-typedef uint8 bool; -typedef uint8 bool;
-#endif -#endif
+//#ifndef __cplusplus +//#ifndef __cplusplus
+//typedef uint8 bool; +//typedef uint8 bool;
+//#endif +//#endif
@ -26,5 +26,5 @@ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
+typedef uint8 bool; +typedef uint8 bool;
+#endif +#endif
+#endif +#endif
#endif //__UTYPES_H__ #endif //__UTYPES_H__