Fix build breaks in contact
[profile/ivi/wrt-plugins-tizen.git] / src / platform / Tizen / Mediacontent / Mediacontent.cpp
index 45ebe57..0e145fe 100755 (executable)
@@ -868,8 +868,8 @@ void Mediacontent::OnRequestReceived(const IEventBrowseFolderPtr &eBrowse)
                                {       
                                        LogDebug("limit or offset");
                                        
-                                       int count = -1;
-                                       int offset = 0;
+                                       long count = -1;
+                                       long offset = 0;
                                        
                                        if ( eBrowse->getLimitIsSet() )
                                        {