Changeset f1ce404f9e0e999fd53584c096f4f305dfef8a20
- Timestamp:
- 08/30/11 03:25:17
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1314674717 -0400
- git-parent:
[94c70b0c85a5076d4cff6465e96c02751112b369]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1314674717 -0400
- Message:
teach this about B(1|2) types
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1288bec |
rf1ce404 |
|
| 332 | 332 | if(*payload == 'M' || |
|---|
| 333 | 333 | *payload == 'S' || |
|---|
| 334 | | *payload == 'C') { |
|---|
| | 334 | *payload == 'C' || |
|---|
| | 335 | (*payload == 'B' && (payload[1] == '1' || payload[1] == '2'))) { |
|---|
| 335 | 336 | char uuid_str[32 * 2 + 1]; |
|---|
| 336 | 337 | int account_id, check_id; |
|---|