Magellan Linux

Diff of /tags/grubby-8_36/grubby.c

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

revision 2962 by niro, Wed Jun 29 14:40:57 2016 UTC revision 2963 by niro, Wed Jun 29 14:41:26 2016 UTC
# Line 2370  void displayEntry(struct singleEntry * e Line 2370  void displayEntry(struct singleEntry * e
2370      } else {      } else {
2371   char * title;   char * title;
2372   line = getLineByType(LT_MENUENTRY, entry->lines);   line = getLineByType(LT_MENUENTRY, entry->lines);
2373   if (!line) {   if (line) {
2374      title = grub2ExtractTitle(line);      title = grub2ExtractTitle(line);
2375      if (title)      if (title)
2376   printf("title=%s\n", title);   printf("title=%s\n", title);

Legend:
Removed from v.2962  
changed lines
  Added in v.2963