version 1.61, 2015/01/05 15:32:14
|
version 1.75, 2019/02/03 14:40:32
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.20 |
RPL/2 (R) version 4.1.31 |
Copyright (C) 1989-2015 Dr. BERTRAND Joël |
Copyright (C) 1989-2019 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 471 initialisation_controle(struct_processus
|
Line 471 initialisation_controle(struct_processus
|
|
|
if (fichier_indexe == d_vrai) |
if (fichier_indexe == d_vrai) |
{ |
{ |
if (alsprintf(&commande, commande2, position_clef) < 0) |
if (alsprintf(s_etat_processus, &commande, commande2, position_clef) |
|
< 0) |
{ |
{ |
(*s_etat_processus).erreur_systeme = d_es_allocation_memoire; |
(*s_etat_processus).erreur_systeme = d_es_allocation_memoire; |
return(d_erreur); |
return(d_erreur); |