~ubuntu-branches/ubuntu/precise/fte/precise

« back to all changes in this revision

Viewing changes to src/o_svndiff.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2011-08-14 10:28:46 UTC
  • mfrom: (1.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110814102846-kate2jfkduwpnika
Tags: 0.50.2b6-1
* QA upload.
* Synchronise with current upstream sources.
  (Closes: #195945)
* Include NMUs by Nobuhiro Iwamatsu and Hideki Yamane,
  thanks to both.
* Move to 3.0 quilt

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
ESvnDiff::BlockCopy(int Append)
159
159
{
160
160
    if(SSBuffer == 0)
161
 
        return ErFAIL;
 
161
        return 0;
162
162
    if(Append)
163
163
    {
164
164
        if(SystemClipboard)
191
191
    }
192
192
    if(SystemClipboard)
193
193
        PutPMClip(0);
194
 
    return ErOK;
 
194
    return 1;
195
195
}
196
196
 
197
197
// Event map - this name is used in config files when defining eventmap