Changeset 293
- Timestamp:
- 11/16/05 17:30:21
- Files:
-
- openpgpsdk/trunk/src/packet-show.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/src/packet-show.c
r292 r293 698 698 str=ops_show_ss_key_flag ( bit, &ss_key_flags_map[0] ); 699 699 if (!add_str_from_bit_map( text, str, bit)) 700 { 701 ops_text_free(text); 700 702 return NULL; 703 } 701 704 } 702 705 }
