/[grub]/grub2/normal/main.c
ViewVC logotype

Diff of /grub2/normal/main.c

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

revision 1.10 by okuji, Sun Jul 3 18:06:56 2005 UTC revision 1.11 by okuji, Mon Jul 18 20:30:37 2005 UTC
# Line 490  grub_rescue_cmd_normal (int argc, char * Line 490  grub_rescue_cmd_normal (int argc, char *
490  {  {
491    if (argc == 0)    if (argc == 0)
492      {      {
493        /* Guess the config filename.  */        /* Guess the config filename. It is necessary to make CONFIG static,
494        char *config;           so that it won't get broken by longjmp.  */
495          static char *config;
496        const char *prefix;        const char *prefix;
497                
498        prefix = grub_env_get ("prefix");        prefix = grub_env_get ("prefix");

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