Sync with tizen 2.4
[platform/core/messaging/msg-service.git] / vobject-engine / VCardCalUtil.c
index 0e7cf3c..efafb75 100755 (executable)
@@ -1,20 +1,17 @@
 /*
- * msg-service
- *
- * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
 */
 
 
@@ -318,6 +315,8 @@ _VB64Decode( char *Dest, char *Src )
 
        len = __VBase64Check( Src );
 
+       VDATA_TRACE("total length of Src except non-base64 value = %d", len);
+
        while ( *Encoded )
        {
                for ( i = 0; i < 3; i++ )