/[enigma]/enigma/src/options.cc
ViewVC logotype

Diff of /enigma/src/options.cc

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

revision 1.10 by reallysoft, Tue Apr 8 08:02:19 2003 UTC revision 1.11 by dheck, Sun May 18 18:45:07 2003 UTC
# Line 26  Line 26 
26  #include "system.hh"  #include "system.hh"
27  #include "px/dict.hh"  #include "px/dict.hh"
28    
29    #include <cassert>
30  #include <stdio.h>  #include <stdio.h>
31  #include <stdlib.h>  #include <stdlib.h>
32  #include <string>  #include <string>
# Line 70  namespace Line 71  namespace
71  static string  static string
72  levelkey(const string &levelpack, const string &levelname)  levelkey(const string &levelpack, const string &levelname)
73  {  {
74      return string("#")+levelname; //levelpack+"#"+levelname;      return string("#")+levelname;
75  }  }
76    
77  /* Get the status of a particular level in a particular pack.  /* Get the status of a particular level in a particular pack.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26