ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/dtse/files/patch-Outputter.cpp
Revision: 483
Committed: 2011-12-30T20:46:20-08:00 (13 years, 5 months ago) by douglas
Content type: text/x-diff
File size: 371 byte(s)
Log Message:
Patch www/dtse to build with clang.


File Contents

# Content
1 --- ./Outputter.cpp.orig 2008-08-23 04:00:12.000000000 -0700
2 +++ ./Outputter.cpp 2011-12-30 17:37:16.000000000 -0800
3 @@ -459,8 +459,8 @@
4
5 if (condition)
6 {
7 - line.erase(start, strlen(tag));
8 - line.erase(finish - strlen(tag), 9);
9 + line.erase(start, std::strlen(tag));
10 + line.erase(finish - std::strlen(tag), 9);
11
12 begin = finish - strlen(tag) - 9;
13 }

Properties

Name Value
svn:mime-type text/x-diff