File: 02_manipulator_typo.dpatch

package info (click to toggle)
log4cpp 0.3.5-rc3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,000 kB
  • ctags: 1,111
  • sloc: sh: 8,628; cpp: 4,743; ansic: 819; makefile: 321
file content (17 lines) | stat: -rw-r--r-- 660 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_manipulator_typo.dpatch by Fathi Boudra <fboudra@free.fr>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad log4cpp-0.3.5-rc3~/include/log4cpp/Manipulator.hh log4cpp-0.3.5-rc3/include/log4cpp/Manipulator.hh
--- log4cpp-0.3.5-rc3~/include/log4cpp/Manipulator.hh	2005-06-01 21:07:48.000000000 +0200
+++ log4cpp-0.3.5-rc3/include/log4cpp/Manipulator.hh	2006-03-30 11:51:20.000000000 +0200
@@ -26,5 +26,5 @@
 inline	tab(unsigned int i) : size(i) {}
 friend LOG4CPP_EXPORT std::ostream& operator<< (std::ostream& os, const tab& w);
 	};
-};
+}
 #endif