~ubuntu-branches/debian/jessie/italc/jessie

« back to all changes in this revision

Viewing changes to ica/win32/winvnc/winvnc/helpers.cpp

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2013-08-12 15:52:25 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20130812155225-qh42ernfby770nti
Tags: 1:2.0.1-1
* New upstream version.
* /debian/italc-client.lintian-overrides:
  + Silence lintian about a false-positive spelling error report.
* /debian/copyright:
  + Update and review and explicitly add OpenSSL exception.
* Update patches, drop patch 011_qt-signals.patch (applied by upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
                                make_upper(servicePath);
562
562
                                if (servicePath.find(appPath.c_str()) != (size_t) -1)
563
563
                                {
 
564
                                                                        bResult = true;
564
565
                                    strncpy(pszServiceName, pServices[i].lpServiceName, 256);
565
566
                                    pszServiceName[255] = 0;
566
567
                                }