Changeset 407 for trunk/src/sh_forward.c


Ignore:
Timestamp:
Aug 22, 2012, 9:25:05 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #309, #310.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_forward.c

    r383 r407  
    58575857                      (cfac == NULL) ? _("none") : cfac,
    58585858                      (cpri == NULL) ? _("none") : cpri,
    5859                       (ptr  == NULL) ? _("none") : ptr);
     5859                      (tmp  == NULL) ? _("none") : tmp);
    58605860      if (cfac != NULL)
    58615861        SH_FREE(cfac);
Note: See TracChangeset for help on using the changeset viewer.