/[svn]/libgig/trunk/src/Akai.cpp
ViewVC logotype

Diff of /libgig/trunk/src/Akai.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3368 by schoenebeck, Wed Dec 14 18:55:08 2016 UTC revision 3369 by schoenebeck, Fri Nov 24 22:48:43 2017 UTC
# Line 2  Line 2 
2    libakai - C++ cross-platform akai sample disk reader    libakai - C++ cross-platform akai sample disk reader
3    Copyright (C) 2002-2003 Sébastien Métrot    Copyright (C) 2002-2003 Sébastien Métrot
4    
5    Linux port by Christian Schoenebeck <cuse@users.sourceforge.net> 2003-2014    Linux port by Christian Schoenebeck <cuse@users.sourceforge.net> 2003-2017
6    
7    This library is free software; you can redistribute it and/or    This library is free software; you can redistribute it and/or
8    modify it under the terms of the GNU Lesser General Public    modify it under the terms of the GNU Lesser General Public
# Line 217  static struct _CDTOC * ReadTOC(const cha Line 217  static struct _CDTOC * ReadTOC(const cha
217      CFDictionaryRef properties = 0;      CFDictionaryRef properties = 0;
218      CFDataRef data = 0;      CFDataRef data = 0;
219      mach_port_t port = 0;      mach_port_t port = 0;
220      char *devname;      const char *devname;
221    
222      if ((devname = strrchr(devpath, '/')) != NULL) {      if ((devname = strrchr(devpath, '/')) != NULL) {
223          ++devname;          ++devname;

Legend:
Removed from v.3368  
changed lines
  Added in v.3369

  ViewVC Help
Powered by ViewVC