Changeset af1920fd for logging.c


Ignore:
Timestamp:
Feb 3, 2008, 1:01:07 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
247cbc9, 61abb18
Parents:
1b737a1
Message:
Portability - removing C++ style comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    rd0961fe raf1920fd  
    139139  /* Figure out what path to log to */
    140140  if (owl_message_is_type_zephyr(m)) {
    141     // If this has CC's, do all but the "recipient" which we'll do below
     141    /* If this has CC's, do all but the "recipient" which we'll do below */
    142142    to = owl_message_get_cc_without_recipient(m);
    143143    if (to != NULL) {
     
    317317
    318318  if (personal && owl_message_is_type_zephyr(m)) {
    319     // We want to log to all of the CC'd people who were not us, or
    320     // the sender, as well.
     319    /* We want to log to all of the CC'd people who were not us, or
     320     * the sender, as well.
     321     */
    321322    char *cc, *temp;
    322323    cc = owl_message_get_cc_without_recipient(m);
Note: See TracChangeset for help on using the changeset viewer.