Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kssingvo
bidwatcher
bidwatcher-1.3.17-html_comment.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bidwatcher-1.3.17-html_comment.patch of Package bidwatcher
--- bidwatcher-1.3.17/helpers.cpp.orig 2005-05-03 13:42:35.000000000 +0200 +++ bidwatcher-1.3.17/helpers.cpp 2005-05-03 13:41:13.000000000 +0200 @@ -378,14 +378,27 @@ stringToStrip[u+3] == '>') { Buff[BuffIdx++] = '\n'; u+=2; + } else if (stringToStrip[u+1] == '!' && \ + stringToStrip[u+2] == '-' && \ + stringToStrip[u+3] == '-') { + IncludeFlag=2; + u+=3; } } } else if (c == '\\' && stringToStrip[u+1] == '>') { u += 1; continue; - - } else if (c == '>') { + } else if (c == '>' && IncludeFlag!=2) { IncludeFlag=10; + } else if (c == '-' && u+1<buffLength && IncludeFlag==2) { + if (stringToStrip[u+1] == '-' && \ + stringToStrip[u+2] == '>') { + Buff[BuffIdx++] = '\n'; + IncludeFlag=10; + u+=2; + } else { + u+=1; + } } else if (IncludeFlag==10) { if ((BuffIdx > 0) && (c == ' ') && (Buff[BuffIdx-1] != ' ') &&
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor