~ubuntu-branches/ubuntu/raring/edfbrowser/raring-proposed

« back to all changes in this revision

Viewing changes to nk2edf.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-02-07 09:33:57 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130207093357-lmycpl07jedycwm8
Tags: 1.49-1
* New upstream release
* debian/control:
   - deleted not needed DM-Upload-Allowed
   - Standards-Version: 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
*
4
4
* Author: Teunis van Beelen
5
5
*
6
 
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Teunis van Beelen
 
6
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Teunis van Beelen
7
7
*
8
8
* teuniz@gmail.com
9
9
*
1446
1446
  if(!strncmp(str, "EEG-2100  V02.00", 16))  error = 0;
1447
1447
  if(!strncmp(str, "DAE-2100D V01.30", 16))  error = 0;
1448
1448
  if(!strncmp(str, "DAE-2100D V02.00", 16))  error = 0;
 
1449
//  if(!strncmp(str, "EEG-1200A V01.00", 16))  error = 0;
1449
1450
 
1450
1451
  return(error);
1451
1452
}