X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Ftool.hh;h=1f5008b281d224ef201a077cb5e111ff4f3f1604;hb=fe67c7bef2222497d18eff18f29f69216ca40afe;hp=4919b65800c08fa12264dd59d29e1c61b18e1346;hpb=7bfbd225912d112de4602b01fe4c256c5073ddeb;p=h316.git diff --git a/pc-tools/ldc2/src/tool.hh b/pc-tools/ldc2/src/tool.hh index 4919b65..1f5008b 100644 --- a/pc-tools/ldc2/src/tool.hh +++ b/pc-tools/ldc2/src/tool.hh @@ -2,11 +2,16 @@ * * LDC2 source code * - * $Date: 2007/03/26 01:00:40 $ + * $Date: 2007/05/30 02:51:16 $ * $Author: hachti $ * * $Log: tool.hh,v $ - * Revision 2.0 2007/03/26 01:00:40 hachti + * Revision 2.1 2007/05/30 02:51:16 hachti + * Changed everything towards LDC2 use. + * Worked on the buildlib.sh. + * Centralized buildlib.sh to a new lib/common directory. + * + * Revision 2.0 2007-03-26 01:00:40 hachti * *** empty log message *** * * @@ -39,7 +44,7 @@ void merge_vector_unique(vector &target, const vector & source){ already_present=true; break; } - if (!already_present) target.insert(target.end(),source[isource]); + if (!already_present) target.insert(target.begin(),source[isource]); } }