Changeset 407 for trunk/src/sh_forward.c
- Timestamp:
- Aug 22, 2012, 9:25:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_forward.c
r383 r407 5857 5857 (cfac == NULL) ? _("none") : cfac, 5858 5858 (cpri == NULL) ? _("none") : cpri, 5859 ( ptr == NULL) ? _("none") : ptr);5859 (tmp == NULL) ? _("none") : tmp); 5860 5860 if (cfac != NULL) 5861 5861 SH_FREE(cfac);
Note:
See TracChangeset
for help on using the changeset viewer.