Navigation


Changeset 1437:0a80278df21f in freeDiameter


Ignore:
Timestamp:
Feb 20, 2020, 1:46:20 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
committer:
Luke Mewburn <luke@mewburn.net> 1582584397 -39600
Message:

org_to_fd.pl: convert empty comments to blank links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/tools/org_to_fd.pl

    r1434 r1437  
    100100        next;
    101101    }
     102    if ($name =~ m/#/) {
     103        print("\n");
     104        next;
     105    }
    102106
    103107    if ($name =~ m/\s/) {
Note: See TracChangeset for help on using the changeset viewer.