Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_msg_dumps/dbg_msg_dumps.c

    r1305 r1307  
    9393                if (msg) {
    9494                        DiamId_t id = NULL;
    95                         if (!fd_msg_source_get( msg, &id, NULL ))
     95                        if (fd_msg_source_get( msg, &id, NULL ))
    9696                                id = (DiamId_t)"<error getting source>";
    9797                        if (!id)
     
    191191                if (msg) {
    192192                        DiamId_t id = NULL;
    193                         if (!fd_msg_source_get( msg, &id, NULL ))
     193                        if (fd_msg_source_get( msg, &id, NULL ))
    194194                                id = (DiamId_t)"<error getting source>";
    195195                        if (!id)
     
    276276                if (msg) {
    277277                        DiamId_t id = NULL;
    278                         if (!fd_msg_source_get( msg, &id, NULL ))
     278                        if (fd_msg_source_get( msg, &id, NULL ))
    279279                                id = (DiamId_t)"<error getting source>";
    280280                        if (!id)
Note: See TracChangeset for help on using the changeset viewer.