VirtualBox

Changeset 1609 in kBuild


Ignore:
Timestamp:
May 8, 2008 3:06:38 AM (17 years ago)
Author:
bird
Message:

grr2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/expand.c

    r1608 r1609  
    673673
    674674  /* Copy the current value into it and append a space. */
     675  p = variable_buffer;
    675676  if (v->value_length)
    676677    {
    677       p = variable_buffer_output (variable_buffer, v->value, v->value_length);
     678      p = variable_buffer_output (p, v->value, v->value_length);
    678679      p = variable_buffer_output (p, " ", 1);
    679680    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette