Changeset 4cb12f80 for zephyr.c


Ignore:
Timestamp:
Jun 3, 2013, 3:46:08 AM (11 years ago)
Author:
Alex Dehnert <adehnert@mit.edu>
Children:
2b4122c
Parents:
6383920
git-author:
Alex Dehnert <adehnert@mit.edu> (05/29/13 01:42:24)
git-committer:
Alex Dehnert <adehnert@mit.edu> (06/03/13 03:46:08)
Message:
Update and make configurable the default format

- Rather than http://zephyr.1ts.org/wiki/df, use http://mit.edu/df, which is
  shorter
- Rather than a bare URL, prefix "Config error: see " to make it clearer what
  is going on
- Make the default format configurable using ./configure, to aid users with
  particularly severe length constraints
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r60ae736 r4cb12f80  
    731731  if (!owl_zwrite_recip_is_personal(recipient) && *owl_global_get_zsender(&g))
    732732    notice.z_sender = zsender = long_zuser(owl_global_get_zsender(&g));
    733   notice.z_default_format=zstr("http://zephyr.1ts.org/wiki/df");
     733  notice.z_default_format=zstr(ZEPHYR_DEFAULT_FORMAT);
    734734  if (opcode) notice.z_opcode=zstr(opcode);
    735735
Note: See TracChangeset for help on using the changeset viewer.