Changeset 23d7bba710717fc9d46e99beeb950e531af105c5
- Timestamp:
- 26/05/06 00:16:27
(3 years ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1148595387 +0000
- git-parent:
[26f68e7fa95cae2d2fc10e44700863cfe71b2672]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1148595387 +0000
- Message:
* disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf02a46f |
r23d7bba |
|
| 268 | 268 | return( @"error"); |
|---|
| 269 | 269 | } |
|---|
| 270 | | NSLog( @"values for %p", p_item ); |
|---|
| | 270 | //NSLog( @"values for %p", p_item ); |
|---|
| 271 | 271 | |
|---|
| 272 | 272 | if( [[o_tc identifier] isEqualToString:@"1"] ) |
|---|