mirror of https://github.com/l4ka/pistachio.git
- Use const char* for strings
This commit is contained in:
parent
b95a1e1fb6
commit
a83386469e
|
@ -1,6 +1,6 @@
|
|||
/*********************************************************************
|
||||
*
|
||||
* Copyright (C) 2004, Karlsruhe University
|
||||
* Copyright (C) 2004, 2007, Karlsruhe University
|
||||
*
|
||||
* File path: kickstart.h
|
||||
* Description: Global kickstart definitions
|
||||
|
@ -49,7 +49,7 @@ public:
|
|||
/**
|
||||
* String describing current loader format.
|
||||
*/
|
||||
char * name;
|
||||
const char * name;
|
||||
|
||||
/**
|
||||
* Detect if a valid loader format of this particular type is present.
|
||||
|
|
Loading…
Reference in New Issue