~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/graphics/src/c/GetCommandArg.c

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        {
254
254
            /* jb silvy 03/2006 */
255
255
            /* do not change the legend if one already exists */
256
 
            char * pSubWinUID = getOrCreateDefaultSubwin();
 
256
            char * pSubWinUID = (char*)getOrCreateDefaultSubwin();
257
257
            if (sciGetLegendDefined(pSubWinUID))
258
258
            {
259
259
                *labels = NULL;
273
273
    {
274
274
        /* jb silvy 03/2006 */
275
275
        /* do not change the legend if one already exists */
276
 
        char* pSubWinUID = getOrCreateDefaultSubwin();
 
276
        char* pSubWinUID = (char*)getOrCreateDefaultSubwin();
277
277
 
278
278
        if (sciGetLegendDefined(pSubWinUID))
279
279
        {