~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to util/obj.c

  • Committer: Bean
  • Date: 2010-06-23 15:25:02 UTC
  • Revision ID: bean123ch@gmail.com-20100623152502-9h370uiaoryb2r3v
New command time, misc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1116
1116
  if (! f)
1117
1117
    return 0;
1118
1118
 
1119
 
  size = grub_util_get_image_size (filename) + 1;
 
1119
  size = grub_util_get_image_size (filename) + 2;
1120
1120
  p = data = xmalloc (size);
1121
1121
  while (fgets (p, size, f))
1122
1122
    {